home *** CD-ROM | disk | FTP | other *** search
- Unit Codifica;
-
- (* Librería Codifica Versión 1.10 por David Carrero Fernández-Baillo *)
- (* 13/12/1993 - ShareWare *)
-
- Interface
-
- Uses Dos, Crt;
-
- Const
- CodificaVersion = $0110;
-
- Var
- UserKey : longint;
-
- Function VersionCodificar : real;
- Function CodiSt(Texto: String; TipoC: Integer): string;
- Function DeCodiSt(Texto: String; TipoC: Integer): string;
- Function Encriptar_Desencriptar(ch:char):char;
- Function EyDCadena(Cadena:string; clave: Longint):string;
-
- Implementation
-
- {...}
-
- end.
-